Tool For Cleaning up site?
Suggestions
Yeah that would need to be a tool or a custom query. You'd need to get all the user ids from that recipient search into a csv structure 1,23,45,489,1248,..... then pass that to the user databrowser to deleted it there or run the same system from a custom module.
certainly possible. possibly there exists a way to do it already but more likely is coding is needed.
--edit--
The function to get all the ids from users who have not viewed is:
jrMailer_get_no_view_users()
That would give you all the user_id's. Need to look into the user browser to see if its possible to pass them in
updated by @michael: 02/23/25 11:03:56AM